Track
The Default track for WavySlider.
Parameters
SliderPositions which is used to obtain the current active track.
the Modifier to be applied to the track.
SliderColors that will be used to resolve the colors used for this track in different states. See SliderDefaults.colors.
controls the enabled state of this WavySlider. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
the distance over which the wave's shape repeats.
the total height of the wave (from crest to trough i.e. amplitude * 2). The final rendered height of the wave will be waveHeight + waveThickness.
the speed per second and movement direction of the whole wave. Setting speed to 0.dp or less stops the movement.
the thickness of the active line (whether animated or not).
the thickness of the inactive line.
whether to gradually increase height from zero at start to waveHeight at thumb.
animation configurations used for various properties of the wave.